func net/netip.parseIPv4Fields
3 uses
net/netip (current package)
netip.go#L154: func parseIPv4Fields(in string, off, end int, fields []uint8) error {
netip.go#L197: err = parseIPv4Fields(s, 0, len(s), fields[:])
netip.go#L282: err := parseIPv4Fields(in, end-len(s), end, ip[i:i+4])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |